Click or drag to resize

ResourceUnlock Method (String)

Unlock the lock on the resource identifies by address.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Unlock(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource.

Return Value

Type: Boolean
True if success; otherwise, false.
See Also